home *** CD-ROM | disk | FTP | other *** search
/ SVM Mac CD-ROM 17 / SVM Mac CD-ROM - No 17.iso / Accès direct / Trésors du domaine public / Programmation / LibMotoSh Switcher ƒ / README! < prev   
Text File  |  1996-07-17  |  3KB  |  66 lines

  1. LibMotoSh Swicther 1.0.1
  2.  
  3. Well folks, this is my first Mac applet ever! What does it do? Like most people, I wanna make my new PowerMac runs faster. There is this highly optimized Math shared library by Motorola, called the LibMotoSh (checkout http://www.mot.com/SPS/) that will really speed up some of your Math function. But there's a catch, if I use this shared library I can't use my GeoPort as stated by Motorola:
  4.  
  5. >The following conflicts have been observed when using the end-user version of Libmoto
  6. >for the Macintosh OS:
  7. >
  8. >   Several users have reported experiencing a conflict between LIBMOTO and
  9. >   Apple's GeoPort Modem. An error of type 15 occurs when Express Modem is
  10. >   turned on (usually automatically if the fax software is set for
  11. >   auto-answer). Merely LOADING Express Modem does not exhibit the
  12. >   problem. Removing the LIBMOTO eliminates the error 15. Just having the
  13. >   modem software loaded does not cause the problem, but when using the
  14. >   GeoPort modem the error appears. 
  15. >
  16. >We are investigating the cause for these errors and hope to have a resolution in the 
  17. >near future.
  18.  
  19. I'm rather lazy to move the LibMotoSh file outta my Extension folder all the time, so I decide to write this AppleScript applet to enable/disable Motorola’s LibMotoSh...  
  20.  
  21. NOTE: You must have LibMotoSh installed and a folder named “Extension (Disabled)” in
  22.        your System Folder for this applet to work. you can change where u want the
  23.        disable LibMotoSh to be stored by changing my applet’s script (at your own risk
  24.        of cost).
  25.  
  26. This program is very preliminary; they seem to work okay on my computer (a PowerPC 7200/90), but if there are any problems with it, please drop me a line.
  27.  
  28.  
  29. Who am I?
  30. I’m just a 22 year-old final year polytechnic student (doing a diploma course in Information Technology). FYI, they never teach us anything about Mac here in Singapore! How sad, right? 
  31.  
  32. Well, most Singaporean and Malaysia can’t afford Mac coz it’s too cosy! Both hardware & Software prices here are crazily HIGH! No discount for student at all!
  33.  
  34. More info about me available at these URLs:
  35.  
  36.             http://www.nyx.net/~csheehen/
  37.             http://www.tripod.com/~oeyvind/
  38.  
  39.  
  40. Contacting Me
  41. I can be reached at:
  42.  
  43.     Tim S.H. Chong
  44.  Øyvind B.G. AB.
  45.  238 Yishun Ring Road
  46.  #06-1046
  47.  Singapore 760238
  48.     e-mail  oeyvind@pacific.net.sg
  49.          csheehen@nyx.net
  50.  
  51.  
  52. Copyright
  53. Copyright ©1996 by Øyvind B.G. AB. and Tim S.H. Chong.
  54.  
  55. Permission is hereby granted to distribute this application as far and as wide as you wish, so long as you include this copyright notice, and the application as one unit.
  56.  
  57. This software has nothing to do with Motorola Inc. at all, but everyone except Microsoft can use it.
  58.  
  59. And if you have the need to show me your appreciation, feel free to drop me a REAL postcard! If u wish please free to donate something too...8)
  60.  
  61.  
  62. Version
  63. 1.0.1 (7/10/1996)
  64. Fixed the bundle bit problem that changes all AppleScript applet's icon.
  65. 1.0   (7/08/1996)
  66. This version was not released to public.